home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / WHISP-TC-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  2.3 KB  |  69 lines

  1. --
  2. --     whisp-tc.mib
  3. --
  4. --      ********************************************************************
  5. --    Copyright 2003 (c) , Motorola, Inc.
  6. --      Motorola Confidential Proprietary
  7. --      ********************************************************************
  8. --
  9. --      Contains SMIv2 Textual conventions for the Canopy Product Line.
  10. --      
  11. --      ********************************************************************
  12. --    $Id: $
  13. --
  14. --      Revision History:
  15. --
  16. --      <Date>                  <Author>                <Changes>
  17. --      17/May/2000             B.M                    Initial release.
  18. --      05/Nov/2001        Y.G            Modification
  19. --      ********************************************************************
  20.  
  21. WHISP-TC-MIB         DEFINITIONS ::= BEGIN
  22.  
  23. IMPORTS
  24.         MODULE-IDENTITY
  25.                 FROM SNMPv2-SMI
  26.         TEXTUAL-CONVENTION
  27.                 FROM SNMPv2-TC
  28.         whispModules
  29.                 FROM WHISP-GLOBAL-REG-MIB;
  30.  
  31. whispTextualConventionsModule MODULE-IDENTITY
  32.     LAST-UPDATED    "200304170000Z"
  33.     ORGANIZATION    "Motorola"
  34.     CONTACT-INFO
  35.         "Canopy Technical Support
  36.         email: technical-support@canopywireless.com"
  37.     DESCRIPTION
  38.         "This module contains textual conventions for the Canopy
  39.                 product line."
  40.     ::= {whispModules 3}
  41.  
  42. -- -------------------------------------------------------------------------
  43. -- Start Textual Conventions Definitions. 
  44. -- -------------------------------------------------------------------------
  45.  
  46. -- Textual convention for MAC address  
  47. WhispMACAddress ::= TEXTUAL-CONVENTION
  48.           STATUS        current
  49.           DESCRIPTION
  50.                 "This a WHiSP MAC address or ESN type."
  51.           SYNTAX        OCTET STRING(SIZE(6))
  52.  
  53. --Textual convention for LUID
  54. WhispLUID ::= TEXTUAL-CONVENTION
  55.           STATUS        current
  56.           DESCRIPTION
  57.                 "The 12 LUID (Local Unit Identification) assigned to each Canopy
  58.                 Subscriber Modem (SM)."
  59.           SYNTAX        INTEGER(0..4095)
  60.  
  61. -- Textual convention for Event Log      
  62. EventString ::= TEXTUAL-CONVENTION
  63.           DISPLAY-HINT "2048a"
  64.           STATUS        current
  65.           DESCRIPTION
  66.                 "The string used to display event log."
  67.           SYNTAX        OCTET STRING(SIZE (0..2048))
  68. END
  69.